Fix return_if_fail lines in gtk_box_pack
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 16:54:43 +0000 (11:54 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 16:55:56 +0000 (11:55 -0500)
commite734b79fd82ee0c21ff4b38d350c0aabb7949447
treeb0f1245bdbdc3ae0d835964f0427da5cb7edb7e9
parentc4526288d10d81f034fcdcd373c3e7b18c7e2521
Fix return_if_fail lines in gtk_box_pack

Since the function now returns a value, these checks
need to be updated.
gtk/gtkbox.c